home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / +look_here_1st!+ / reader_requests / alienbreed3d2 / lhadecomp.asm < prev    next >
Assembly Source File  |  1997-11-28  |  590b  |  22 lines

  1. ;-------------------------------------------------------------------------
  2. ;        D0 = Source pointer
  3. ;        A0 = Destination memory pointer
  4. ;        A1 = 16K Workspace
  5. ;        A2 = 65K Workspace
  6. ;        D1 = Pointer to list of the form:
  7. ;        
  8. ;           LONG <offset>
  9. ;           LONG <length>
  10. ;
  11. ;        NB: Terminated by _two_ zero longwords.
  12. ;
  13. ;        (If D1 = 0 then the entire source file is decompressed).
  14. ;-------------------------------------------------------------------------
  15.  
  16. UnLhA:
  17.     IFNE    AGA
  18.     incbin    "abinc:Decomp4_030.raw"
  19.     ELSE
  20.     incbin    "abinc:Decomp4.raw"
  21.     ENDC
  22.